projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2752db
)
net: sh-eth: Fix typo from rESR_RTLF to EESR_RTLF
author
Nobuhiro Iwamatsu
<
[email protected]
>
Wed, 22 Jan 2014 22:52:20 +0000
(07:52 +0900)
committer
Nobuhiro Iwamatsu
<
[email protected]
>
Tue, 10 Jun 2014 08:05:03 +0000
(17:05 +0900)
'r' of rESR_RTLF is a mistake of E.
Signed-off-by: Nobuhiro Iwamatsu <
[email protected]
>
Signed-off-by: Nobuhiro Iwamatsu <
[email protected]
>
drivers/net/sh_eth.h
patch
|
blob
|
history
diff --git
a/drivers/net/sh_eth.h
b/drivers/net/sh_eth.h
index 2909659fd59a0bda903cca46ebfe67b0da2918db..d0d9aaa703d6a177025d21cba11e352a1b463ff1 100644
(file)
--- a/
drivers/net/sh_eth.h
+++ b/
drivers/net/sh_eth.h
@@
-476,7
+476,7
@@
enum EESR_BIT {
EESR_CD = 0x00000200, EESR_RTO = 0x00000100,
EESR_RMAF = 0x00000080, EESR_CEEF = 0x00000040,
EESR_CELF = 0x00000020, EESR_RRF = 0x00000010,
-
r
ESR_RTLF = 0x00000008, EESR_RTSF = 0x00000004,
+
E
ESR_RTLF = 0x00000008, EESR_RTSF = 0x00000004,
EESR_PRE = 0x00000002, EESR_CERF = 0x00000001,
};